|
Microsoft Script Debugger is relatively minimal debugger for Windows Script Host-supported scripting languages, such as VBScript and JScript. Its user interface allows the user to set breakpoints and/or step through execution of script code line by line, and examine values of variables and properties after any step. In effect, it provides a way for developers to see script code behavior as it runs, thus eliminating much of the guess-work when things don't quite work as intended. Microsoft considers it to be deprecated in favor of the more sophisticated Microsoft Script Editor (MSE.EXE),〔The download details page indicates Script Debugger is deprecated, but doesn't say in favor of what. It could be MSE, but it could also be Visual Studio.〕 an optional tool included in Microsoft Office 2000〔(【引用サイトリンク】title=DLL Help Database info on MSE.EXE version 6.1.83.92 )〕 through Office 2007. Also, Internet Explorer 8 comes with a different, tightly integrated JScript debugger part of the Internet Explorer Developer Tools.〔(【引用サイトリンク】title=Discovering Internet Explorer Developer Tools )〕 ==Features== According to Microsoft, the Script Debugger provides these traditional debugging features:〔(【引用サイトリンク】title=Introduction to Microsoft Script Debugger for Internet Explorer )〕 * Ability to set and clear breakpoints. * Ability to step through and over procedures. * Ability to display and change the values of variables and properties. * Ability to evaluate expressions. * Ability to view the call stack, and navigate to any currently loaded procedure. Additionally, it can open and edit HTML pages, and it supports script colorization for improved readability.〔 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Microsoft Script Debugger」の詳細全文を読む スポンサード リンク
|